From 4027053d449b8568d9773796198fa3081396be9c Mon Sep 17 00:00:00 2001 From: Debian Julia Team Date: Sun, 25 Oct 2020 14:04:33 +0000 Subject: [PATCH] Let it download the embedded source tarball through a file:// URI Last-Update: 20180711 Forward: no need Gbp-Pq: Name do-not-download-libuv.patch --- deps/libuv.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deps/libuv.mk b/deps/libuv.mk index 6e07cea..d3c4285 100644 --- a/deps/libuv.mk +++ b/deps/libuv.mk @@ -1,6 +1,5 @@ ## LIBUV ## -LIBUV_GIT_URL:=git://github.com/JuliaLang/libuv.git -LIBUV_TAR_URL=https://api.github.com/repos/JuliaLang/libuv/tarball/$1 +LIBUV_TAR_URL=file://$(CURDIR)/../debian/embedded/libuv-$1.tar.gz $(eval $(call git-external,libuv,LIBUV,configure,,$(SRCCACHE))) ifneq ($(USE_BINARYBUILDER_LIBUV),1) -- 2.30.2